if visible of card field cursor then hide card field cursor
else show card field Cursor
end mouseUp
-- part 2 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=180 top=83 right=208 bottom=450
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: cursor
----- HyperTalk script -----
on mouseUp
hide card field 1
end mouseUp
-- part 4 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=215 top=72 right=227 bottom=439
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hide card field 2
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=444 top=52 right=91 bottom=485
-- title width / last selected line: 0
-- icon id / first selected line: 19678 / 19678
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Tell Me...
----- HyperTalk script -----
on mouseUp
if visible of card field 2 then hide card field 2
else show card field 2
end mouseUp
-- part 6 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=258 top=137 right=262 bottom=473
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hide card field 3
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=445 top=272 right=295 bottom=472
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
if visible of card field 3 then hide card field 3
else show card field 3
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=226 right=249 bottom=466
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
if visible of card field lockRecent then hide card field lockRecent
else show card field lockRecent
end mouseUp
-- part 9 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=186 top=148 right=227 bottom=463
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: lockRecent
----- HyperTalk script -----
on mouseUp
hide card field lockRecent
end mouseUp
-- part contents for background part 2
----- text -----
Global properties
-- part contents for background part 1
----- text -----
set userLevel to 5 -- 1 to 5
set powerKeys to true
set blindTyping to true
set editBkgnd to true
set cursor to 1 --resource number or names*
set lockscreen to true --locks screen image but not
--any actions or messages
set lockMessages to true--prevents messages such as
--openCard being sent
set lockRecent to true --doesn't record in Recent*
set dragSpeed to 180 --Used with the Drag
--command. (pixels per second)set textArrows to true --arrow keys move cursor*
-- part contents for background part 43
----- text -----
335,253
-- part contents for background part 44
----- text -----
userLevel
powerKeys
blindTyping
editBkgnd
cursor
lockScreen
lockMessages
lockRecent
dragSpeed
textArrows
-- part contents for card part 2
----- text -----
Use any available cursor resource, referring to it by number or name. The resource type is CURS. Resources always available are 1 (I-beam), 2
(crossbar), 3 (thick crossbar), and 4
(watch). Use ResEdit to add or modify curs resources.
-- part contents for card part 4
----- text -----
Cursor, lockScreen, lockMessages, dragSpeed, and numberFormat are reset whenever HyperCard is idle, so you can't try them out in the Message box. The idle message isn't sent when a script is being executed, so you can try them out by using them in a script.
-- part contents for card part 6
----- text -----
With textArrows set to true, the arrow keys move the insertion point to the left, right, up, or down in the text. To move to other cards, press the Option key as well as an arrow key.
-- part contents for card part 9
----- text -----
LockRecent speeds up applications by not making a miniature of cards visited within the script. LockRecent is reset to false whenever the idle message is sent.